projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd0b691
)
Regenerate lib/getopt_.h.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 7 Feb 2011 19:15:02 +0000
(21:15 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 7 Feb 2011 19:15:02 +0000
(21:15 +0200)
lib/getopt_.h
patch
|
blob
|
history
diff --git
a/lib/getopt_.h
b/lib/getopt_.h
index 0b7ea2c3e9d744ed37ca2aeb74cfc98ccaab2864..7d634f89a429dcc7d2b1fb4ff0ce5a94b5bfaa05 100644
(file)
--- a/
lib/getopt_.h
+++ b/
lib/getopt_.h
@@
-211,6
+211,7
@@
extern int optopt;
one). For long options that have a zero `flag' field, `getopt'
\r
returns the contents of the `val' field. */
\r
\r
+# if !GNULIB_defined_struct_option
\r
struct option
\r
{
\r
const char *name;
\r
@@
-220,6
+221,8
@@
struct option
int *flag;
\r
int val;
\r
};
\r
+# define GNULIB_defined_struct_option 1
\r
+# endif
\r
\r
/* Names for the values of the `has_arg' field of `struct option'. */
\r
\r